home *** CD-ROM | disk | FTP | other *** search
-
- ; IGS.inf
- ;
- ; Installation inf for the IGS graphics adapters.
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%igs%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- igs.Miniport = 12 ; drivers
- igs.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %igs% = igs.Mfg
-
- [igs.Mfg]
- IGS Video Accelerator = igs
-
-
- ;
- ; General installation section
- ;
-
- [igs]
- CopyFiles=igs.Miniport, igs.Display
-
- ;
- ; File sections
- ;
-
- [igs.Miniport]
- igs.sys
-
- [igs.Display]
- ;vga.dll
- ;vga256.dll
- ;vga64k.dll
-
-
- ;
- ; Service Installation
- ;
-
- [igs.Services]
- AddService = igs, 0x00000002, igs_Service_Inst, igs_EventLog_Inst
-
- [igs_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\igs.sys
-
- [igs_EventLog_Inst]
- AddReg = igs_EventLog_AddReg
-
- [igs_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\igs.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [igs.SoftwareSettings]
- AddReg = igs_SoftwareDeviceSettings
-
- [igs_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, vga, vga256, vga64k
- HKR,, VgaCompatible, %REG_DWORD%, 1
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- ;vga.dll = 1 ; always shipped and preinstalled by NT itself - no need to copy
- ;vga256.dll = 1
- ;vga64k.dll = 1
- igs.sys = 1
-
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- DiskId="InteGraphics Installation DISK (VIDEO)"
- igs="InteGraphics Systems"